func gotest.tools/v3/internal/source.debug

15 uses

	gotest.tools/v3/internal/source (current package)
		defers.go#L23: 	debug("defer line node: %s", debugFormatNode{matchedNode})
		defers.go#L46: 			debug("defer: %s", debugFormatNode{d})
		source.go#L36: 	debug("call stack position: %s:%d", filename, line)
		source.go#L88: 	debug("found node: %s", debugFormatNode{node})
		source.go#L95: 	debug("callExpr: %s", debugFormatNode{visitor.expr})
		source.go#L107: 	debug("visit: %s", debugFormatNode{node})
		source.go#L129: func debug(format string, args ...interface{}) {
		update.go#L38: 	debug("call stack position: %s:%d", filename, line)
		update.go#L52: 		debug("not enough arguments %d: %v",
		update.go#L59: 		debug("no arguments started with the word 'expected': %v",
		update.go#L71: 		debug("value must be type string, got %T", value)
		update.go#L91: 		debug("can only update var and const, found %v", obj.Kind)
		update.go#L98: 			debug("more than one name in ast.ValueSpec")
		update.go#L109: 			debug("more than one name in ast.AssignStmt")
		update.go#L119: 		debug("can only update *ast.ValueSpec, found %T", obj.Decl)